<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.5" authoringToolBuild="196.1">
    <title>Morphyre iTunes Visualizer</title>
    <options customize="always" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(/* >= */ system.compareVersions(system.version.ProductVersion, '10.5.0') >= 0)) {
    my.result.title = 'You need a later Operating System';
    my.result.message = 'Sorry, but you\'ll need at least OS 10.5 to run Morphyre';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <readme file="ReadMe"/>
    <license file="License"/>
    <choices-outline>
        <line choice="choice16"/>
    </choices-outline>
    <choice id="choice16" title="Morphyre iTunes Visualizer">
        <pkg-ref id="com.morphyre.morphyreItunesVisualizer.MorphyreiTunesVisualizer.pkg"/>
    </choice>
    <pkg-ref id="com.morphyre.morphyreItunesVisualizer.MorphyreiTunesVisualizer.pkg" installKBytes="12048" version="1.0" auth="Root">#morphyreItunesVisualizer.pkg</pkg-ref>
</installer-script>